GET api/role/{id}/noteeditionschainsforsalesprogressionhub?noteIds[0]={noteIds[0]}¬eIds[1]={noteIds[1]}
Get role note editions chains by their Ids for Sales Progression Hub, Activity tab. Processes this role API request. The parameter and response sections describe the data exchanged with the API.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| noteIds |
The list of edited notes ids for which you need to configure the note edition chains. Can be null |
Collection of integer |
None. |
| id | string |
None. |
Body Parameters
None.
Response Information
Resource Description
A list of note editions chains for the given role and edited notes passed as parameter or null if the role does not exist
Collection of NoteEditionsChainDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| EditionHistory |
The collection of edition history. |
Collection of NoteEditionDataContract |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"EditionHistory": [
{
"Id": 1,
"CreatedBy": "sample string 2",
"Description": "sample string 3",
"CreatedDate": "2026-07-24T11:14:43.1501928Z",
"EditedVersionId": 5,
"Pinned": true
},
{
"Id": 1,
"CreatedBy": "sample string 2",
"Description": "sample string 3",
"CreatedDate": "2026-07-24T11:14:43.1501928Z",
"EditedVersionId": 5,
"Pinned": true
}
]
},
{
"EditionHistory": [
{
"Id": 1,
"CreatedBy": "sample string 2",
"Description": "sample string 3",
"CreatedDate": "2026-07-24T11:14:43.1501928Z",
"EditedVersionId": 5,
"Pinned": true
},
{
"Id": 1,
"CreatedBy": "sample string 2",
"Description": "sample string 3",
"CreatedDate": "2026-07-24T11:14:43.1501928Z",
"EditedVersionId": 5,
"Pinned": true
}
]
}
]